projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8f9cf7
)
* lisp/replace.el (read-regexp): Use minibuffer-message in the minibuffer.
author
Juri Linkov
<juri@linkov.net>
Tue, 14 Jun 2022 16:35:02 +0000
(19:35 +0300)
committer
Juri Linkov
<juri@linkov.net>
Tue, 14 Jun 2022 16:35:02 +0000
(19:35 +0300)
lisp/replace.el
patch
|
blob
|
history
diff --git
a/lisp/replace.el
b/lisp/replace.el
index c9d41d3fa39aa4692a5293fa1f19dcc4e21d7be8..c5c24c7a36580b7dda3dab97f256f2ebc9aaae52 100644
(file)
--- a/
lisp/replace.el
+++ b/
lisp/replace.el
@@
-968,10
+968,11
@@
respect this or not; see `read-regexp-case-fold-search'.)"
'inhibit-fold))))
'inhibit-fold
'fold))
- (message "Case folding is now %s"
- (if (eq case-fold 'fold)
- "on"
- "off"))))
+ (minibuffer-message
+ "Case folding is now %s"
+ (if (eq case-fold 'fold)
+ "on"
+ "off"))))
nil (or history 'regexp-history) suggestions t))
(result (if (equal input "")
;; Return the default value when the user enters